home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / srcbkvt.zip / 20_20_4.ZIP / VCKINFRM.DFM / VCKINFRM.txt
Text File  |  1996-03-21  |  2KB  |  113 lines

  1. object Form1: TForm1
  2.   Left = 198
  3.   Top = 158
  4.   Width = 381
  5.   Height = 282
  6.   Caption = 'Visitor Check In'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 80
  16.     Top = 19
  17.     Width = 31
  18.     Height = 13
  19.     Caption = 'Visitor:'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 64
  23.     Top = 58
  24.     Width = 47
  25.     Height = 13
  26.     Caption = 'Company:'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 42
  30.     Top = 98
  31.     Width = 69
  32.     Height = 13
  33.     Caption = 'Person visited:'
  34.   end
  35.   object Label4: TLabel
  36.     Left = 74
  37.     Top = 136
  38.     Width = 37
  39.     Height = 13
  40.     Caption = 'Time in:'
  41.   end
  42.   object Label5: TLabel
  43.     Left = 216
  44.     Top = 136
  45.     Width = 21
  46.     Height = 13
  47.     Caption = 'Key:'
  48.   end
  49.   object Name: TEdit
  50.     Left = 120
  51.     Top = 15
  52.     Width = 201
  53.     Height = 21
  54.     TabOrder = 0
  55.   end
  56.   object Company: TEdit
  57.     Left = 120
  58.     Top = 54
  59.     Width = 201
  60.     Height = 21
  61.     TabOrder = 1
  62.   end
  63.   object Visited: TEdit
  64.     Left = 120
  65.     Top = 94
  66.     Width = 201
  67.     Height = 21
  68.     TabOrder = 2
  69.   end
  70.   object Timefield: TEdit
  71.     Left = 120
  72.     Top = 132
  73.     Width = 73
  74.     Height = 21
  75.     ReadOnly = True
  76.     TabOrder = 3
  77.   end
  78.   object Key: TEdit
  79.     Left = 248
  80.     Top = 132
  81.     Width = 73
  82.     Height = 21
  83.     ReadOnly = True
  84.     TabOrder = 4
  85.   end
  86.   object CheckIn: TButton
  87.     Left = 16
  88.     Top = 216
  89.     Width = 73
  90.     Height = 33
  91.     Caption = 'Check In'
  92.     TabOrder = 5
  93.     OnClick = CheckInClick
  94.   end
  95.   object Clear: TButton
  96.     Left = 280
  97.     Top = 216
  98.     Width = 73
  99.     Height = 33
  100.     Caption = 'Clear'
  101.     TabOrder = 6
  102.     OnClick = ClearClick
  103.   end
  104.   object SharedMemory: TShareMem
  105.     Count = 4
  106.     Size = 32
  107.     Filename = 'c:\share.me'
  108.     DeleteFlag = True
  109.     Left = 176
  110.     Top = 216
  111.   end
  112. end
  113.